home *** CD-ROM | disk | FTP | other *** search
- #include <string.h>
- #include <sv.hxx>
-
- #include "planewin.hrc"
- #include "planenew.hxx"
-
-
- WorkWindowPLANEWINDOW::WorkWindowPLANEWINDOW( Window * pParent, ResId & rResId, BOOL bFreeRes )
- : WorkWindow( pParent, rResId ),
- aPushButton1( this, ResId( 1 ) ),
- aPushButton2( this, ResId( 2 ) ),
- aPushButton3( this, ResId( 3 ) ),
- aFixedText1( this, ResId( 1 ) ),
- aGroupBox1( this, ResId( 1 ) ),
- aPushButtonDELETE_BUTTON( this, ResId( DELETE_BUTTON ) ),
- aPushButton4( this, ResId( 4 ) )
- {
- if( bFreeRes ) FreeResource();
- }
-
- ModalDialogPASSENGERPLANEDIALOG::ModalDialogPASSENGERPLANEDIALOG( Window * pParent, ResId & rResId, BOOL bFreeRes )
- : ModalDialog( pParent, rResId ),
- aNumericFieldPLANEIDEDIT( this, ResId( PLANEIDEDIT ) ),
- aNumericFieldREVENUEEDIT( this, ResId( REVENUEEDIT ) ),
- aListBoxPASSENGERLISTBOX( this, ResId( PASSENGERLISTBOX ) ),
- aPushButtonINSERT_BUTTON( this, ResId( INSERT_BUTTON ) ),
- aPushButtonDELETE_BUTTON( this, ResId( DELETE_BUTTON ) ),
- aOKButton1( this, ResId( 1 ) ),
- aCancelButton1( this, ResId( 1 ) ),
- aGroupBox2( this, ResId( 2 ) ),
- aFixedBitmap1( this, ResId( 1 ) ),
- aGroupBox6( this, ResId( 6 ) ),
- aFixedText1( this, ResId( 1 ) ),
- aFixedText3( this, ResId( 3 ) )
- {
- if( bFreeRes ) FreeResource();
- }
-
- ModalDialogCARGOPLANEDIALOG::ModalDialogCARGOPLANEDIALOG( Window * pParent, ResId & rResId, BOOL bFreeRes )
- : ModalDialog( pParent, rResId ),
- aNumericFieldPLANEIDEDIT( this, ResId( PLANEIDEDIT ) ),
- aNumericFieldREVENUEEDIT( this, ResId( REVENUEEDIT ) ),
- aListBoxCARGOLISTBOX( this, ResId( CARGOLISTBOX ) ),
- aPushButtonINSERT_BUTTON( this, ResId( INSERT_BUTTON ) ),
- aPushButtonDELETE_BUTTON( this, ResId( DELETE_BUTTON ) ),
- aOKButton1( this, ResId( 1 ) ),
- aCancelButton1( this, ResId( 1 ) ),
- aGroupBox1( this, ResId( 1 ) ),
- aGroupBox5( this, ResId( 5 ) ),
- aFixedBitmap1( this, ResId( 1 ) ),
- aFixedText2( this, ResId( 2 ) ),
- aFixedText3( this, ResId( 3 ) )
- {
- if( bFreeRes ) FreeResource();
- }
-
- ModalDialogCOMBOPLANEDIALOG::ModalDialogCOMBOPLANEDIALOG( Window * pParent, ResId & rResId, BOOL bFreeRes )
- : ModalDialog( pParent, rResId ),
- aNumericFieldPLANEIDEDIT( this, ResId( PLANEIDEDIT ) ),
- aNumericFieldREVENUEEDIT( this, ResId( REVENUEEDIT ) ),
- aPushButtonSHOW_PASSENGERS( this, ResId( SHOW_PASSENGERS ) ),
- aListBoxCARGOLISTBOX( this, ResId( CARGOLISTBOX ) ),
- aListBox2( this, ResId( 2 ) ),
- aGroupBox6( this, ResId( 6 ) ),
- aGroupBox2( this, ResId( 2 ) ),
- aPushButtonINSERT_BUTTON( this, ResId( INSERT_BUTTON ) ),
- aPushButtonDELETE_BUTTON( this, ResId( DELETE_BUTTON ) ),
- aOKButton1( this, ResId( 1 ) ),
- aCancelButton1( this, ResId( 1 ) ),
- aFixedBitmap1( this, ResId( 1 ) ),
- aFixedText1( this, ResId( 1 ) ),
- aFixedText4( this, ResId( 4 ) )
- {
- if( bFreeRes ) FreeResource();
- }
-
- ModalDialogABOUTDIALOG::ModalDialogABOUTDIALOG( Window * pParent, ResId & rResId, BOOL bFreeRes )
- : ModalDialog( pParent, rResId ),
- aFixedBitmap1( this, ResId( 1 ) ),
- aOKButton1( this, ResId( 1 ) ),
- aFixedText1( this, ResId( 1 ) ),
- aFixedText2( this, ResId( 2 ) ),
- aFixedText3( this, ResId( 3 ) )
- {
- if( bFreeRes ) FreeResource();
- }
-
- ModalDialogPASSENGERDIALOG::ModalDialogPASSENGERDIALOG( Window * pParent, ResId & rResId, BOOL bFreeRes )
- : ModalDialog( pParent, rResId ),
- aEdit1( this, ResId( 1 ) ),
- aNumericField2( this, ResId( 2 ) ),
- aMultiLineEdit1( this, ResId( 1 ) ),
- aDateField1( this, ResId( 1 ) ),
- aEdit2( this, ResId( 2 ) ),
- aOKButton1( this, ResId( 1 ) ),
- aPushButton1( this, ResId( 1 ) ),
- aCancelButton1( this, ResId( 1 ) ),
- aFixedText2( this, ResId( 2 ) ),
- aFixedText4( this, ResId( 4 ) ),
- aFixedText5( this, ResId( 5 ) ),
- aFixedText6( this, ResId( 6 ) ),
- aFixedText3( this, ResId( 3 ) )
- {
- if( bFreeRes ) FreeResource();
- }
-
- ModalDialogCARGODIALOG::ModalDialogCARGODIALOG( Window * pParent, ResId & rResId, BOOL bFreeRes )
- : ModalDialog( pParent, rResId ),
- aEdit1( this, ResId( 1 ) ),
- aNumericField2( this, ResId( 2 ) ),
- aNumericField1( this, ResId( 1 ) ),
- aOKButton1( this, ResId( 1 ) ),
- aCancelButton1( this, ResId( 1 ) ),
- aFixedText1( this, ResId( 1 ) ),
- aFixedText2( this, ResId( 2 ) ),
- aFixedText4( this, ResId( 4 ) ),
- aPushButton1( this, ResId( 1 ) )
- {
- if( bFreeRes ) FreeResource();
- }
-
- ModalDialogGENERATOR_DIALOG::ModalDialogGENERATOR_DIALOG( Window * pParent, ResId & rResId, BOOL bFreeRes )
- : ModalDialog( pParent, rResId ),
- aFixedText1( this, ResId( 1 ) ),
- aFixedText2( this, ResId( 2 ) ),
- aFixedText3( this, ResId( 3 ) ),
- aNumericFieldPPLANE_COUNT( this, ResId( PPLANE_COUNT ) ),
- aNumericFieldCPLANECOUNT( this, ResId( CPLANECOUNT ) ),
- aNumericFieldMPLANECOUNT( this, ResId( MPLANECOUNT ) ),
- aOKButton1( this, ResId( 1 ) ),
- aCancelButton1( this, ResId( 1 ) )
- {
- if( bFreeRes ) FreeResource();
- }
-
- ModalDialogQUERY_DIALOG::ModalDialogQUERY_DIALOG( Window * pParent, ResId & rResId, BOOL bFreeRes )
- : ModalDialog( pParent, rResId ),
- aCheckBoxREV_SUM( this, ResId( REV_SUM ) ),
- aCheckBoxPLANEID( this, ResId( PLANEID ) ),
- aListBoxSELECTRELATION( this, ResId( SELECTRELATION ) ),
- aNumericFieldPLANEIDFIELD( this, ResId( PLANEIDFIELD ) ),
- aGroupBox1( this, ResId( 1 ) ),
- aOKButtonMAKEITSO( this, ResId( MAKEITSO ) ),
- aCheckBoxSHOWPROGRESS( this, ResId( SHOWPROGRESS ) ),
- aOKButton2( this, ResId( 2 ) ),
- aEditREVENUE_RESULTS( this, ResId( REVENUE_RESULTS ) ),
- aListBoxPLANESRESULTS( this, ResId( PLANESRESULTS ) )
- {
- if( bFreeRes ) FreeResource();
- }
-
- StringCOLID_ID::StringCOLID_ID( ResId & rResId, BOOL )
- : String( rResId )
- {
- // No subresources, automatic free resource
- }
-
- StringCOLID_REVENUE::StringCOLID_REVENUE( ResId & rResId, BOOL )
- : String( rResId )
- {
- // No subresources, automatic free resource
- }
-
- StringCOLID_PICTURE::StringCOLID_PICTURE( ResId & rResId, BOOL )
- : String( rResId )
- {
- // No subresources, automatic free resource
- }
-
- StringCOLID_TYPE::StringCOLID_TYPE( ResId & rResId, BOOL )
- : String( rResId )
- {
- // No subresources, automatic free resource
- }
-
- MenuMENU_MAIN::MenuMENU_MAIN( ResId & rResId, BOOL )
- : Menu( rResId )
- {
- // No subresources, automatic free resource
- }
-
- Bitmap256::Bitmap256( ResId & rResId, BOOL )
- : Bitmap( rResId )
- {
- // No subresources, automatic free resource
- }
-
- Bitmap257::Bitmap257( ResId & rResId, BOOL )
- : Bitmap( rResId )
- {
- // No subresources, automatic free resource
- }
-
- Bitmap258::Bitmap258( ResId & rResId, BOOL )
- : Bitmap( rResId )
- {
- // No subresources, automatic free resource
- }
-
- Bitmap259::Bitmap259( ResId & rResId, BOOL )
- : Bitmap( rResId )
- {
- // No subresources, automatic free resource
- }
-
- Bitmap260::Bitmap260( ResId & rResId, BOOL )
- : Bitmap( rResId )
- {
- // No subresources, automatic free resource
- }
-
- Bitmap261::Bitmap261( ResId & rResId, BOOL )
- : Bitmap( rResId )
- {
- // No subresources, automatic free resource
- }
-
- Icon256::Icon256( ResId & rResId, BOOL )
- : Icon( rResId )
- {
- // No subresources, automatic free resource
- }
-
-